home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / 4dostool / bkup10.zip / BKUP.INI < prev    next >
Text File  |  1994-05-18  |  2KB  |  57 lines

  1. :: BKUP.INI
  2. :: BKUP initialization file
  3. :: --> Modify this configuration when relevant as desired.
  4. :: --> No space allowed before or after the equal sign (=).
  5. :: --> All parameters defined in this initialization file can be
  6. ::     overridden from the command line.
  7. :: --> If this file is erased or omitted, and no parameters specified
  8. ::     on the command line, the "internal" defaults of BKUP will be
  9. ::     implemented (as long as the external programs used are available).
  10.  
  11.  
  12. :(1) Compression/Extraction default program
  13. :: (Remove ':' from line you wish to make your default and put ':' in
  14. :: front of line you wish to cancel.)
  15. zip_pgm=pkzip
  16. :zip_pgm=zip
  17. :zip_pgm=uc
  18.  
  19. :(2) Drives defaults
  20.      :(a) For compression
  21. search_drive=%_boot
  22. archive_drive=B:
  23.      :(b) For extraction
  24. toupdate_drive=%_boot
  25. archive_drive=B:
  26.  
  27. :(3) Computer and diskettes options and "names"
  28. updatename=yes
  29. :: (set to "no" if you don't want BKUP to check the name
  30. :: of your updates diskette.)
  31. updatedr=transmit
  32. compuname=%@lower[%@label[%search_drive]]
  33. :: (This sets "name" to the label of your disk. If you prefer
  34. :: a diffrent name, remove the ':' below, put ':' in front of
  35. :: the line above, and type in the name you prefer.
  36. :compuname=
  37.  
  38. :(4) Editor
  39. :: Editor to be used for editing the list of updates file.
  40. :: Replace by your preferred editor name.
  41. editor=t.com
  42. :: (Yossi Gil's T.COM is suggested because of its tiny size--4K--and free
  43. :: availability. Download TERSExx.ZIP from any of Simtel20 mirror sites,
  44. :: in subdirectory /msdos/editor.)
  45.  
  46. :(5) Exclude files
  47. :: List of filespec(s) you do not wish to be compressed in the archive
  48. :: even if left on the updates list.
  49. excludes=*.tmp *.00? *.bak *.zip *.uc2 *.log
  50. :: Name of exclusion file. This file is created if the exclusion line
  51. :: is longer than 55 characters. This slows down a bit the operations.
  52. excls_file=%temp%excl_
  53.  
  54. :(6) Colors of message
  55. :: If "colordir" (option "dirs:") is not defined in your AUTOEXEC.BAT
  56. colordir=dirs:bright white;zip uc2:black on white;
  57.